From 6c99347a62111f6ca23bf16c841d2cf1673b69b6 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 13 Sep 2024 11:03:20 +0900 Subject: custom idle inhibitor on waybar which kills hypridle when toggled --- config/waybar/style/[Extra] Simple Pink.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'config/waybar/style/[Extra] Simple Pink.css') diff --git a/config/waybar/style/[Extra] Simple Pink.css b/config/waybar/style/[Extra] Simple Pink.css index 45cd0dad..1e006764 100644 --- a/config/waybar/style/[Extra] Simple Pink.css +++ b/config/waybar/style/[Extra] Simple Pink.css @@ -139,6 +139,7 @@ tooltip { #custom-cava_mviz, #custom-cycle_wall, #custom-hint, +#custom-hypridle, #custom-keyboard, #custom-light_dark, #custom-lock, @@ -176,6 +177,12 @@ tooltip { } } +/*-----Indicators----*/ +#custom-hypridle.notactive, +#idle_inhibitor.activated { + color: #ffd700; +} + #taskbar button.active { background-color: pink; padding-left: 12px; -- cgit v1.2.3